This section describes GroupDocs.Merger for .net supported image types. The Library supports JPG, BMP, PNG, TIF and many more....Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Getting Started / Supported...
Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API...Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Basic Usage...
The page describes how to export annotation using GroupDocs.Annotation for .net API....Watermark Product Solution GroupDocs...Family / GroupDocs.Annotation for .NET / Advanced usage / Export annotations...
Load documents from URLs in Python using GroupDocs.Viewer. This example demonstrates the process....Watermark Product Solution GroupDocs...com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/blob/master/Examples/GroupDocs...
Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages.
The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings.
C#
using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Watermark Product Solution GroupDocs...Family / GroupDocs.Redaction for .NET / Developer Guide / Advanced...
The listed articles below explain how to user control how images are saved when a document is saved to Markdown format....Watermark Product Solution GroupDocs...Markdown / GroupDocs.Markdown for .NET / Developer guide / Advanced...